Uses of Interface
org.eclipse.vtp.framework.interactions.voice.vxml.VXMLConstants

Packages that use VXMLConstants
org.eclipse.vtp.framework.interactions.voice.services   
org.eclipse.vtp.framework.interactions.voice.vxml   
 

Uses of VXMLConstants in org.eclipse.vtp.framework.interactions.voice.services
 

Classes in org.eclipse.vtp.framework.interactions.voice.services that implement VXMLConstants
 class VoicePlatform
          A generic implementation of a VXML platform.
 

Uses of VXMLConstants in org.eclipse.vtp.framework.interactions.voice.vxml
 

Classes in org.eclipse.vtp.framework.interactions.voice.vxml that implement VXMLConstants
 class Action
          The Action class is an abstraction of the group VXML elements that perform discrete operations and have a common set of parent elements.
 class ActionSet
          The ActionSet class bundles multiple Action instances so they may be added to a container en mass instead of individually.
 class Assignment
          The Assignment class represents the <assign> VXML element.
 class AudioOutput
          The AudioOutput class represents the <audio> VXML element and specifies the location of an audio file to be played to the caller.
 class BasicOutput
          BasicOutput is an abstract class that represents textual outputs to be rendered by TTS.
 class BasicOutputSet
          The OutputSet class allows the combination of Outputs into a single output for the IVR to render to the caller.
 class Block
          The Block element is used to encapsulate an arbitrary set of actions to be executed during the processing of a VXML Form.
 class Catch
          The Catch class can be used to handle any error or event type.
 class Choice
          The Choice class represents an option within a Menu element.
 class Dialog
          The Dialog class is the base class for the family of VXML elements that collect data from the caller, allow the caller to select from a set of menu options, or manipulate the flow of the call during processing.
 class Disconnect
          The Disconnect class represents the <disconnect> VXML element.
 class Else
          The Else class represents the <else> VXML element.
 class ElseIf
          The ElseIf class represents the <elseif> VXML element.
 class Error
          The Error class represents the <error> VXML element.
 class EventHandler
          The EventHandler class is the base class for the family of VXML elements that process events and errors that are generated during execution of a VXML document.
 class Exit
          The Exit class represents the <exit> VXML element.
 class ExternalGrammar
          The ExternalGrammar class represents the <grammar> VXML element with a reference to an external grammar file.
 class Field
          The Field class represents the <field> VXML element.
 class Filled
          The Filled class represents the <filled> VXML element.
 class Form
          The Form class represents the <form> VXML element.
 class FormElement
          The FormElement class is an abstraction of the family of VXML elements that represent the units of interaction with the caller contained within a form element.
 class Goto
          The Goto class represents the <goto> VXML element.
 class Grammar
          The Grammar class represents the <grammar> VXML element.
 class If
          The If class represents the <if> VXML element.
 class InlineGrammar
          The InlineGrammar class represents the <grammar> VXML element with the grammar structure embedded as child elements.
 class Iota
          Base type for items contained in a Rule.
 class Item
          A single item contained in a Rule.
 class Menu
          The Menu class represents the <menu> VXML element.
 class NoInput
          The NoInput class represents the <noinput> VXML element.
 class NoMatch
          The NoMatch class represents the <nomatch> VXML element.
 class OneOf
          A set of possible items for a Rule.
 class Option
          The Option class represents the <option> VXML element.
 class Output
          The Output class is the base class for the family of VXML elements that can be audibly rendered to the caller.
 class OutputSet
          The OutputSet class allows the combination of Outputs into a single output for the IVR to render to the caller.
 class Parameter
          The Parameter class represents the <param> VXML element.
 class Prompt
          The Prompt class represents the <prompt> VXML element.
 class PropertiesSupport
          A support object for widgets that contain properties.
 class Recording
          The Recording class represents the <record> VXML element.
 class Reprompt
          The Reprompt class represents the <reprompt> VXML element.
 class Return
          The Return class represents the <return> VXML element.
 class Rule
          A rule declaration for inline grammars.
 class Script
          The Script class represents the <script> VXML element.
 class Subdialog
          The Subdialog class represents the <subdialog> VXML element.
 class Submit
          The Submit class represents the <submit> VXML element.
 class TextOutput
          The TextOutput class wraps raw text that is meant to be rendered to the caller with TTS.
 class Throw
          The Throw class represents the <throw> VXML element.
 class Transfer
          The Transfer class represents the <transfer> VXML element.
 class ValueOutput
          The ValueOutput represents the <value> VXML element.
 class Variable
          The Variable class represents the <var> VXML element.
 class VXMLDocument
          Document type for VXML widgets.